Public GraphQL APIs
graphql-apis/README.md at master · APIs-guru/graphql-apis
A collective list of public GraphQL APIs. PRs are welcome :smile:
If you are interested in GraphQL in general, check out awesome-graphql.
Official APIs
| API | Description | GraphiQL | Docs/Repo |
|---|---|---|---|
| Brandfolder | Digital asset management platform | Try it! | Repo |
| Buildkite | Continuous integration and deployments | Try it! | Docs |
| Deutsche Bahn | Infrastructure Data, like realtime facility status, stations, timetables and more | Try it! | Docs Repo |
| Digitransit HSL | Transit routes and realtime schedules from Helsinki Regional Transport Authority, Finland | Try it! | Docs |
| EHRI | Holocaust-related archival materials | Try it! | Docs |
| EtMDB | Ethopian Movie Database | Try it!%20%7B%0A%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20slug%0A%20%20%20%20%20%20%20%20hallName%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A) | Docs |
| Gdom | DOM Traversing and Scraping using GraphQL | Try it! | Repo |
| GitHub | Web-based Git repository hosting service | Try it! | Docs |
| GraphLoc | Find a geolocation of an IP address including latitude, longitude, city, country, time zone and area code. Free to use, SSL supported | Try it! | Docs |
| GraphQL Community Graph | This is an Graph Database full of activity of the GraphQL community, including Twitter, StackOverflow, GitHub, Meetups, Slack. | Try it! | Repo |
| GraphQL Europe | Europe’s first GraphQL conference | Try it! | |
| GraphQL Fake | Fake is a tool for generating fake data using GraphQL queries. | Try it! | |
| GraphQL World | The fastest growing community of GraphQL developers | Try it! | Docs Site |
| HIVDB | A curated database to represent, store and analyze HIV drug resistance data | Try it! | Docs |
| Hollowverse | The religions and political views of the influentials. | Try it! | Docs Repo |
| melodyRepo | Fast and reliable dependency manager for Go | Try it! | Docs |
| Microsoft Graph (DEMO) | Connect to the data that drives productivity – mail, calendar, contacts, documents, directory, devices, and more. | Try it! | Repo |
| Shopify Storefront | The Storefront API gives you full creative control to build customized purchasing experiences for your customers. | Try it! | Docs Examples |
| SuperChargers | Locations of Tesla Stores, Superchargers, Destination Chargers and Service centers | Try it! | Docs Repo |
| Universe | Check what your friends are doing & find unique events near you using our filter. | Try it! | Docs |
| Yelp | User Reviews and Recommendations of Top Restaurants, Shopping, Nightlife, Entertainment, Services and More | Try it! | Docs |
Unofficial API proxies
| API | Description | GraphiQL | Docs/Repo |
|---|---|---|---|
| Contentful | “CMS as a Service”. GraphiQL demo allows to query a simple blog, but the library itself generates a schema automatically for any content model you store in Contentful. | Try it! | Repo |
| Hacker News Giphy |
GraphQL Hub | Try HN! Try Reddit! Try Twitter! Try Giphy! |
Docs Repo |
| MusicBrainz | Open music encyclopedia that collects music metadata | Try it!%20%7B%0A%20%20%20%20%20%20name%0A%20%20%20%20%20%20releaseGroups(type%3A%20ALBUM)%20%7B%0A%20%20%20%20%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20firstReleaseDate%0A%20%20%20%20%20%20%20%20%20%20%20%20relationships%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20releaseGroups(type%3A%20%22single%20from%22)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20target%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20…%20on%20ReleaseGroup%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20firstReleaseDate%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A&operationName=NirvanaAlbumSingles) | Repo |
| NYC Restaurant Grades | NYC Restaurant Inspection Results data (letter ratings for restaurants) | Try it! | Docs |
| PokeAPI | Pokémon Data API | Try it! | Repo |
| Spotify | Spotify gives you instant access to millions of songs - from old favorites to the latest hits. | Try it! | Repo Examples |
| SWAPI | Star Wars API | Try it! | Repo |
Demonstration-only APIs
| API | Description | GraphiQL | Docs/Repo |
|---|---|---|---|
| GraphQL Pokémon | Get information of a Pokémon with GraphQL or Demo App! | Try it!%20%7B%0A%20%20%20%20id%0A%20%20%20%20number%0A%20%20%20%20name%0A%20%20%20%20attacks%20%7B%0A%20%20%20%20%20%20special%20%7B%0A%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%20%20type%0A%20%20%20%20%20%20%20%20damage%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20evolutions%20%7B%0A%20%20%20%20%20%20id%0A%20%20%20%20%20%20number%0A%20%20%20%20%20%20name%0A%20%20%20%20%20%20weight%20%7B%0A%20%20%20%20%20%20%20%20minimum%0A%20%20%20%20%20%20%20%20maximum%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20attacks%20%7B%0A%20%20%20%20%20%20%20%20fast%20%7B%0A%20%20%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%20%20%20%20type%0A%20%20%20%20%20%20%20%20%20%20damage%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D) | Repo ClientRepo |
| MongoDB Northwind demo | Demo App build on top of graphql-compose and mongoose | Try it! Try Relay version! |
Docs ServerRepo ClientRepo |
| MongoDB TODO-List | TODO List using GraphQL and MongoDb | Try it! | Docs Repo |
| Scaphold Slackr | Real-time API to power Scaphold Slackr | Try it! | Docs Repo |
| Spotify GraphQL Server | This demonstrates how to build a GraphQL server which fetches data from an external API (Spotify) | Try it!%20%7B%0A%20%20%20%20name%0A%20%20%20%20id%0A%20%20%20%20image%0A%20%20%7D%0A%7D%0A) | Docs Repo |
| Three.js demo | Declare a Three.js program with GraphQL | Try it! | Repo |
| UFC GraphQL Server | Public UFC API turned into a GraphQL server. It’s hosted by now.sh then, sometimes, it gets freeze. | Try it! | Repo |